home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1995 December / buyer-1295.iso / alphablo / blox.1 / Business Percentage.csf < prev    next >
Text File  |  1995-07-26  |  3KB  |  124 lines

  1. Business Percentage,185,85
  2. rem (C) Copyright 1995 AlphaBlox Corporation
  3.  
  4. BEGIN
  5. rem button attributes
  6. // memory
  7.     FONT,Memory,16,0,0,0,600,0,0,0,0,1,2,2,34,Arial
  8.     TEXTCOLOR,Memory,0,0,0
  9.     KEYCOLOR,Memory,0,255,0
  10.  
  11.  
  12. // numbers
  13.     FONT,Number,-17,0,0,0,900,0,0,0,0,1,2,2,34,Arial
  14.     TEXTCOLOR,Number,255,255,255
  15.     KEYCOLOR,Number,0,0,255
  16.  
  17.  
  18. // ops
  19.     FONT,Ops,-17,0,0,0,900,0,0,0,0,1,2,2,34,Arial
  20.     TEXTCOLOR,Ops,255,255,255
  21.     KEYCOLOR,Ops,255,0,255
  22.  
  23. // clear
  24.     FONT,Clear,16,0,0,0,600,0,0,0,0,1,2,2,34,Arial
  25.     TEXTCOLOR,Clear,0,0,0
  26.     KEYCOLOR,Clear,255,255,0
  27.  
  28. //enter
  29.     FONT,Enter,17,0,0,0,700,0,0,0,0,1,2,2,34,Arial
  30.     TEXTCOLOR,Enter,255,255,255
  31.     KEYCOLOR,Enter,255,0,0
  32.  
  33.  
  34. //symbols
  35.     BUTTONBITMAP,backspace,backspace,0
  36.     BUTTONBITMAP,root,root,0
  37.     BUTTONBITMAP,square,square,0
  38.  
  39. //business
  40.     FONT,Business,16,0,0,0,600,0,0,0,0,1,2,2,34,Arial
  41.     TEXTCOLOR,Business,0,0,0
  42.     KEYCOLOR,Business,192,192,192
  43.  
  44.  
  45. //custom
  46.     FONT,Custom,16,0,0,0,600,0,0,0,0,1,2,2,34,Arial
  47.     TEXTCOLOR,Custom,255,255,255
  48.     KEYCOLOR,Custom,128,0,0
  49.  
  50.  
  51.     
  52.     
  53. //keypad look & feel
  54.     FONT,Title,-8,0,0,0,700,0,0,0,0,1,2,2,34,Ms Sans Serif
  55.     TEXTCOLOR,Title,255,255,255
  56.  
  57. // Solver position and group    
  58.     FONT,Solver,-8,0,0,0,400,0,0,0,0,1,2,2,34,Ms Sans Serif
  59.     TEXTCOLOR,Solver,255,255,255
  60.     KEYCOLOR,Solver,0,0,255    
  61.     SOLVER,187,21
  62.  
  63. //Global keyblox requirements
  64.     MODE,4
  65.     BASE,0
  66.     FONT,Title,16,0,0,0,700,0,0,0,0,1,2,2,34,Arial
  67.     TEXTCOLOR,Title,0,0,0
  68.     FONT,Title2,16,0,0,0,700,0,0,0,0,1,2,2,34,Arial
  69.     TEXTCOLOR,Title2,255,255,255
  70.  
  71.     BITMAP,22,22,9,9,AlphaBlox,0
  72.     
  73.     TEXT,35,22,90,8,Title,"AlphaBlox"
  74.  
  75. rem main keypad
  76.     LCD,4,5,124,15
  77.     BUTTON,4,21,15,11,Memory,"M+",1,memory plus
  78.     BUTTON,4,33,15,11,Memory,"M-",1,memory minus
  79.     BUTTON,4,45,15,11,Memory,"MR",1,memory recall
  80.     BUTTON,4,57,15,11,Memory,"MC",1,memory clear
  81.     BUTTON,4,69,15,11,Memory,"MS",1,memory store
  82.  
  83.     BUTTON,22,33,15,11,Number,"7",0,7
  84.     BUTTON,22,45,15,11,Number,"4",0,4
  85.     BUTTON,22,57,15,11,Number,"1",0,1
  86.     BUTTON,22,69,15,11,Number,"0",0,0
  87.     BUTTON,40,33,15,11,Number,"8",0,8
  88.     BUTTON,40,45,15,11,Number,"5",0,5
  89.     BUTTON,40,57,15,11,Number,"2",0,2
  90.     BUTTON,40,69,15,11,Number,"+/-",1,plus minus
  91.     BUTTON,58,33,15,11,Number,"9",0,9
  92.     BUTTON,58,45,15,11,Number,"6",0,6
  93.     BUTTON,58,57,15,11,Number,"3",0,3
  94.     BUTTON,58,69,15,11,Number,".",0,.
  95.  
  96.     BUTTON,76,33,15,11,Ops,"/",1,divide
  97.     BUTTON,76,45,15,11,Ops,"x",1,times
  98.     BUTTON,76,57,15,11,Ops,"+",1,plus
  99.     BUTTON,76,69,15,11,Ops,"-",1,minus
  100.  
  101.     BUTTON,76,21,15,11,backspace," ",1,backspace
  102.     BUTTON,94,21,15,11,Clear,"CE",1,clear    
  103.     BUTTON,94,33,15,11,Business,"Tax",1,tax
  104.     BUTTON,94,45,15,11,Business,"%",1,percentage
  105.     BUTTON,94,57,15,11,Enter,"Ent",1,enter
  106.     BUTTON,94,69,33,11,Enter,"=",1,equals
  107.  
  108.     BUTTON,112,21,15,11,Clear,"AC",1,clear all
  109.     BUTTON,112,33,15,11,square," ",1,square
  110.     BUTTON,112,45,15,11,root," ",1,square root    
  111.     BUTTON,112,57,15,11,Business,"1/x",1,invert
  112.  
  113. rem custom
  114.     BUTTON,130,5,50,11,Custom,"Old Value",2,"Old Value=New value/(1+(percent change/100))"
  115.     BUTTON,130,17,50,11,Custom,"New Value",2,"New Value=(Percent Change*old value/100)+old value"
  116.     BUTTON,130,29,50,11,Custom,"% Change",2,"Percent Change=(NEW VALUE-OLD VALUE)/OLD VALUE*100"
  117.  
  118.     BUTTON,130,45,50,11,Custom,"Total amount",2,"Total amount=part of total*100/percent of total"
  119.     BUTTON,130,57,50,11,Custom,"Part of total",2,"Part of total=Percent of total*Total amount/100"
  120.     BUTTON,130,69,50,11,Custom,"% of total",2,"Percent of total=PART OF TOTAL/TOTAL AMOUNT*100"
  121.  
  122.  
  123. END
  124.